func net/http.isZeroTime

4 uses

	net/http (current package)
		fs.go#L439: 	if ius == "" || isZeroTime(modtime) {
		fs.go#L491: 	if ims == "" || isZeroTime(modtime) {
		fs.go#L541: func isZeroTime(t time.Time) bool {
		fs.go#L546: 	if !isZeroTime(modtime) {